type go.uber.org/mock/gomock.condMatcher

4 uses

	go.uber.org/mock/gomock (current package)
		matchers.go#L101: type condMatcher[T any] struct {
		matchers.go#L105: func (c condMatcher[T]) Matches(x any) bool {
		matchers.go#L113: func (c condMatcher[T]) String() string {
		matchers.go#L348: func Cond[T any](fn func(x T) bool) Matcher { return condMatcher[T]{fn} }